home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 8870 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: kula.usp.ac.fj!atkinso3
  2. Newsgroups: alt.winsock.trumpet,trumpet.questions,comp.dcom.isdn,comp.dcom.modems,psi.interramp.isdn
  3. Subject: Re: ERROR-com port overrun-what is that?
  4. Message-ID: <atkinso3.827563874@kula.usp.ac.fj>
  5. From: atkinso3@kula.usp.ac.fj (<Insert Name>)
  6. Date: 23 Mar 96 06:51:14 GMT
  7. References: <4ip6ib$aa3@usenet6.interramp.com>
  8. Nntp-Posting-Host: kula
  9.  
  10. Daveros@interramp.com writes:
  11.  
  12. >I'm using a software package called Internet valet w/ Trumpet winsock and
  13. >an ISDN connection, connecting to PSI Interramp as my service provider. I
  14. >changed the slip baudrate line from 57,600 to 64,000, my com port is set
  15. >at it's maximum, 115,200 (using turbocom 2 software comport driver
  16. >(Windows 3.11). For one thing, when I connect, trumpet is telling me I'm
  17. >connecting at 115,200-which of course is incorrect because I'm only using
  18. >one b-channel. So does this probably mean that a)I am connecting more than
  19. >57,600, but b)less than 115,200 so c)am probably connecting at 64,000? I
  20. >get these com port over errors sometimes. Not all the time, just
  21. >sometimes. I tried going to a web page listed in alt.winsock.trumpet but
  22. >could not get in....? Please explain what's happening here!
  23.  
  24. >Thanks! 
  25.  
  26. >Daveros@interramp.com or Davidros@ix.netcom.com
  27.  
  28. Dave,
  29.      data read into a comm port is buffered. The CPU fetches words from the 
  30. buffer. When the data buffer fills up it overwrites (wrapover) one of the 
  31. previous buffer locations. When this occurs you lose information that you
  32. need. This is known as buffer overrun.
  33.  
  34.      This occurs when you have a data transfer rate too high for your CPU
  35. to handle.
  36.  
  37.      What CPU do you have ?
  38.  
  39.      Alternately, older chips cannot handle high transfer rates. 
  40.  
  41.      Hope this helps.
  42.  
  43. Alfred Prasad.
  44. Uni. Of the South Pacific, Fiji.
  45.